home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / BEHAVIOR / BHVR / COMBHVR.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  764 b   |  50 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMBhvr.r 1.3 1997/04/09 01:14:04 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMBHVR.rsc";
  13.  
  14. resource 'COMP' (142) {
  15.     'treb',
  16.     'WTbh',
  17.     "Alignment",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "",
  22.     9
  23. };
  24.  
  25. data 'GUID' (142) {
  26.     $"5C96 01A1 7CC3 101C 885F 0402 1C00 7002"            /* \ñ.°|√..à_....p. */
  27.     $"2F29 F160 FCD3 11CE A4F7 0000 E202 D5A5"            /* /)Ò`¸”.Œ§˜..‚.’• */
  28. };
  29.  
  30. resource 'pMAP' (142) {
  31.     {
  32.         /* [1] */
  33.         'NAM1',
  34.         'c255',
  35.         noFlags,
  36.         "",
  37.         /* [2] */
  38.         'NAM2',
  39.         'c255',
  40.         noFlags,
  41.         "",
  42.         /* [3] */
  43.         'RELP',
  44.         'qfix',
  45.         interpolate,
  46.         "Relative Pos."
  47.     }
  48. };
  49.  
  50.